home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 807 b | 40 lines | [TEXT/MPS ] |
-
- /*********************************************************************
-
- FILENAME
- Exceptions.r
-
- DESCRIPTION
- This builds Exceptions.rsrc which can be pasted into debugger
- prefs with RezEdit. See Exceptions.h for more information.
-
- COPYRIGHT
- Copyright © Apple Computer, Inc. 1989-1991
- All rights reserved.
-
- MODIFICATION HISTORY
- 11/05/91 Sean Parent
- 1) Created
-
- *********************************************************************/
-
- include "dprintf" 'dcmd' (129) as 'dcmd' (129, "dprintf");
-
- type 'mxbm' {
- integer = $$CountOf(MacroArray); /* number of macros */
- array MacroArray {
- pstring; /* macro name */
- pstring; /* expands to */
- };
- };
-
- resource 'mxbm' (128, "Exception Handling") {
- {
- "doTrace", "G";
- "traceGo", "MC doTrace 'G'";
- "traceBreak", "MC doTrace ''";
- };
- };
-
-
-